home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHome 1999 Game
/
Image.bin
/
Humor
/
Billmo Comedy
/
Billmo Comedy Skit
/
Billmo Comedy Skit.0
/
00061_laugh script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-05-01
|
337 b
|
20 lines
on enterFrame
global gClickle
if gClickle = 0 then
puppetSound("laugh")
end if
if gClickle = 1 then
puppetSound("laugh")
end if
if gClickle = 2 then
puppetSound("laugh")
end if
if gClickle = 3 then
puppetSound("laugh")
end if
if gClickle = 7 then
puppetSound("laugh")
end if
updateStage()
end